From 5023806db023ac48bf097a2d83bf2e37d93ac288 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 31 Jul 2008 20:15:15 +0000 Subject: [PATCH] Add new fields 'Filename' and 'Format' to doc. --- gpsbabel/xmldoc/chapters/styles.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index 58e5c6924..abea8f741 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -1247,6 +1247,18 @@ example: example:POSTAL_CODE, "", "%s" +
+FILENAME +The name of the file where the points were loaded from. Only useable on output!. +example:OFIELD FILENAME, "", "%s" +
+ +
+FORMAT +The name of the input file format the points came from. Only useable on output!. +example:OFIELD FORMAT, "", "%s" +
+
-- 2.30.2